home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 September / macformat-004.iso / Shareware City / Comms / HTML.edit 1.1.1 beta / HTML.edit Change History < prev    next >
Encoding:
Text File  |  1994-06-17  |  5.4 KB  |  105 lines  |  [TEXT/R*ch]

  1. NOTES ON HTML.edit VERSION 1.1.1 BETA:
  2.  
  3. My apologies on the scantiness of this, but I want to get this out before I go on vacation. There are a lot of new features not included in the documentation, most of them are _somewhat_ simple.
  4.  
  5. This is a beta version, and has the Futura font and Help files imbedded in the application. This will be remedied on the gold release.
  6.  
  7. If you wish, you can use Font/DA Mover to move the Futura font to your System Folder. If you do, be sure to create a font suitcase and manually move it to the System Folder, as Font/DA Mover will put it in your System File rather than the System 7 Font folder. 
  8.  
  9. The Help section is currently included in the same file, but will be broken out into a separate file. It is also not up to date. There are probably a few "new" bugs due to changing the Master Headers and Footers cards to the Utility bg in preparation for some more sweeping indexing and sorting changes. Please email any problems you find with this version to the author at
  10.  
  11.   murray.altheim@hq.nasa.gov
  12.  
  13. Note also that you can option-drag on the document (not window) zoom box, which brings up a popup menu to resize the application window.
  14.  
  15. • Add standard command keys to paletteHelp
  16. • ??Eliminate named anchor menu command, adding checkbox to dialog. If no text is selected, use dialog with entry for hot text. OR, at least show selected text as hot text in dialog as other command.
  17. • Improve Image and Anchor Dialogs with popup of URL List. Add URL list on Prefs page, with popUp options to select from list.
  18. • Delete Selected needs work on redundant dialogs.
  19. • document preview? (HA!)
  20. • move <BODY> to Header area
  21. • drop <ADDRESS>+ into footer area (last address only!) (?)
  22. • Convert CR to <P> in Selection
  23. • Next Card/Prev Auto Create & card sorting
  24. • investigate folder hierarchies
  25.  
  26. Change History
  27. 6/17/94 (r219)
  28. • New Replace feature complete with Global Replace and "Mini GREP" (\r,\t,\n)). Will add to GREP features as time permits.
  29. • Fixed a number of bugs that arose from switching MH and MF bgs.
  30. • General cleanup of command keys and other stuff.
  31.  
  32. 6/15/94 (r211)
  33. • Changed MH & MF cards to Utility BG to move some features to bg script.
  34. • Move Headings code to HTML handler.
  35. • Remembers Tools location
  36. • Fixed positioning of dialogs
  37. • Added Utility menu on Tool Palette.
  38. • Full implementation of Physical and Logical Styles with additions for StrikeThru, Subscript and Superscript. Eliminated obsolete PLAINTEXT tags.
  39.  
  40. 6/9/94 (r200)
  41. • Add and Strip Linefeeds command (for compatibility with UNIX servers).
  42. • fixed menu updating for command keys
  43. • removed redundant affirm dialogs on Import
  44. • Added all File and Go menu items from palette to menubar and added Windows menu.
  45. • fixed Command-S from Index Card (and prefs as well.)
  46. • cleaned up startup process
  47.  
  48. 6/6/94 (r192)
  49. • help window now available from any card (stack script)
  50. • added Size Window popUp menu (option-drag on document zoom box)
  51. • added custom dialog for Image tags.
  52. • added custom dialog for Anchor tags.
  53. • using ShowDialog instead of ListSelect XCMD.
  54.  
  55. 6/1/94 (r188)
  56. • completed preliminary of Textoid-based Help
  57. • fixed drag and drop bug (added TEXT file filter) on drag-and-drop appleEvent handler (?)
  58.  
  59. 5/27/94 (r176)
  60. • consolidated list handlers
  61. • Added "Convert ¶ to <P>" feature
  62. • Finally set up some menubar menus appropriate to application.
  63. • Heading level no longer being reset on new card
  64. • Maintain selection after Style Change Option
  65. • Arrow keys now wrap within Editor window, first to last, last to first.
  66. • Cleaned up Editor window a BIT.
  67.  
  68. 5/25/94 (r172)
  69. • Modified HTML commands to allow for insertion of codes rather than requiring a text selection. If the insertion point is in a field but the selection length = 0, then insert formatting symbols and place the cursor between them, as in <B>|</B>.
  70.  
  71. 5/24/94 (r169)
  72. • Added Table Replacement feature to replace forbidden characters with their less malignant counterparts using a replacement table. (ie., ™ -> (tm), ® -> (R), ” -> ", etc.)
  73. • consolidated menu handling
  74.  
  75. 5/21/94 (r165)
  76. • Added character entity window to insert or scan for entities in the selection.
  77. • Moved initialization handlers to card script to save space.
  78.  
  79. 5/19/94 (r162)
  80. • Added character entity table and cleaned up handling of Help
  81.  
  82. 5/17/94 (r156)
  83. • create new document or overwrite on import option rather than the current overwrite or abort option
  84. • Fix Set TITLE to pick up old one
  85. • fixed most of the Balloon Help text found on the editor window.
  86. • Add HTML Title Tags now picks up current title
  87. • added checkbox option on adding </BODY> and </HTML> tags to Master Footer 3, and enlarged its field rect.
  88. • if selection already includes <Hx> then update to new heading level rather than surrounding it with new tags
  89.  
  90. 5/12/94 (r143)
  91. • change implementation of <BODY> tags - moved to end of Footer.
  92. • create Add All Structural Tags and Check Document Structure commands for Body popUp menu.
  93. • add Scroll to Top (scrolls Header, Body and Footer fields to top)
  94.  
  95. 5/9/94  (r140)
  96. • option on not translating date codes on export
  97. • hidepalettes now includes scroll window
  98. • Fixed showFree and zoomDocument, which occurred twice on opencard.
  99. • Fixed <P> handler, putting it at stack level and handling a selection properly (was replacing selection with <P>)
  100. • Fixed Quit HTML.edit on font missing error.
  101. • Option on replace LF characters with returns on import.
  102. 5/13/94
  103. • Fixed parsing on structure code (<HTML>, <HEAD>, etc.)
  104. • Added Remove HTML Codes to HTML menu (does not remove <A>,<IMG> or complex codes).
  105.